home *** CD-ROM | disk | FTP | other *** search
- object DeleteFileQueryDlg: TDeleteFileQueryDlg
- Left = 238
- Top = 122
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Local file exists:'
- ClientHeight = 214
- ClientWidth = 357
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 16
- Top = 8
- Width = 48
- Height = 13
- Caption = 'File name:'
- end
- object Label2: TLabel
- Left = 16
- Top = 48
- Width = 23
- Height = 13
- Caption = 'Size:'
- end
- object RadioGroup1: TRadioGroup
- Left = 16
- Top = 96
- Width = 321
- Height = 65
- ItemIndex = 0
- Items.Strings = (
- 'Try to restart at current position'
- 'Delete this file')
- TabOrder = 0
- end
- object NamePanel: TPanel
- Left = 16
- Top = 24
- Width = 321
- Height = 17
- BevelOuter = bvLowered
- TabOrder = 1
- end
- object SizePanel: TPanel
- Left = 16
- Top = 64
- Width = 321
- Height = 17
- BevelOuter = bvLowered
- TabOrder = 2
- end
- object BitBtn1: TBitBtn
- Left = 96
- Top = 176
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 187
- Top = 176
- Width = 75
- Height = 25
- TabOrder = 4
- Kind = bkCancel
- end
- end
-